From: Eric Huss Date: Wed, 4 Apr 2018 04:03:10 +0000 (-0700) Subject: locate-project: Fix help description. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~100^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=a3e58910fdd9040ee7e65a3a88dc7bf0c1676ae8;p=cargo.git locate-project: Fix help description. --- diff --git a/src/bin/commands/locate_project.rs b/src/bin/commands/locate_project.rs index 30cdf506c..2e20ccfb3 100644 --- a/src/bin/commands/locate_project.rs +++ b/src/bin/commands/locate_project.rs @@ -4,7 +4,7 @@ use cargo::print_json; pub fn cli() -> App { subcommand("locate-project") - .about("Checkout a copy of a Git repository") + .about("Print a JSON representation of a Cargo.toml file's location") .arg_manifest_path() }